home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk127 / gshell / gshell1.3 / gshell.config < prev    next >
Text File  |  1995-03-19  |  2KB  |  37 lines

  1. ; Sample configuration file for GShell 1.3.
  2. ; (Note that the GADGET keywords are incompatible with 1.2 since they now
  3. ; require the StackSize argument at the end.)
  4.  
  5. Debug
  6.  
  7. Width       305
  8.  
  9. DefSource   Work:
  10. DefDest     RAM:
  11. CLIWindow   NEWCON:0/11/640/189/MyWindow
  12.  
  13. ;        Row   GadText  Flags Program                 ArgTemp     AskTemp    MaxFiles  Stack
  14.  
  15. Gadget   1     DF0:     V     DF0:
  16. Gadget   1     DF1:     V     DF1:
  17. Gadget   1     FH0:     V     FH0:
  18. Gadget   1     FH1:     V     FH1:
  19. Gadget   1     FH2:     V     FH2:
  20. Gadget   1     VD0:     V     VD0:
  21.  
  22. Gadget   2     Copy     EDU   C:Copy                  "%h %df"    ""                0  0
  23. Gadget   2     Move     ESDU  C:Move                  "%h %df"    ""                0  0
  24. Gadget   2     Del      ESUF  C:Delete                "%h ALL"    ""                0  0
  25. Gadget   2     Renam    EASU  C:Rename                "%h %au"    "Rename %f to?"   0  0
  26. Gadget   2     Info     CWN   C:Info                  ""          ""                0  0
  27. Gadget   2     MkDir    SOAN  C:MakeDir               "%au"       "Directory Name?" 0  0
  28.  
  29. Gadget   3     Show     EU    Sys:Tools/Show          "%h"        ""                0  0
  30. Gadget   3     Hear     EU    Sys:Tools/Listen        "%h"        ""                0  0
  31. Gadget   3     DAnim    EU    Sys:Tools/ShowANIM      "-C %h"     ""                0  0
  32. Gadget   3     Anim     EU    Sys:Tools/ShowANIM      "%h"        ""                0  50000
  33. Gadget   3     Edit     EU    Sys:Tools/TAE           "%h"        ""                0  0
  34. Gadget   3     Zap      EU    Sys:Tools/Zap           "%h"        ""                0  0
  35.  
  36.  
  37.